home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / MMSYSTEM.H < prev    next >
C/C++ Source or Header  |  1993-06-28  |  226b  |  11 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different mmsystem.h */
  3.  
  4. #ifdef __NT__
  5. #pragma pack(__DEFALIGN)
  6. #include <win32\mmsystem.h>
  7. #pragma pack()
  8. #else
  9. #include <win16\mmsystem.h>
  10. #endif
  11.